home *** CD-ROM | disk | FTP | other *** search
- #define VERSION "1.3"
- #define PATCHLEVEL 3
-
- /* Default location and name of harmonics file */
- /* This is overridden by the HFILE environment variable or by the -hfile
- switch. */
- #define hfile "harmonics"
-
- /* Default location to show tides for */
- /* This is overridden by the LOCATION environment variable or by the
- -location switch. */
- #define deflocation "Baltimore (Fort McHenry)"
-
- /* System default config file, read only if neither ~/.[x]tiderc nor
- -config is present. sysconfig is for tide, xsysconfig is for xtide. */
- #define sysconfig "tiderc"
- #define xsysconfig "xtiderc"
-